Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / GetListName Method
An array of System.ComponentModel.PropertyDescriptor objects, the list name for which is returned. This can be null.

In This Topic
    GetListName Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Gets the name of the list supplying data for the binding.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetListName( _
       ByVal listAccessors() As PropertyDescriptor _
    ) As String
    public virtual string GetListName( 
       PropertyDescriptor[] listAccessors
    )

    Parameters

    listAccessors
    An array of System.ComponentModel.PropertyDescriptor objects, the list name for which is returned. This can be null.

    Return Value

    The name of the list.
    See Also